← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 73)[/usr/share/perl5/Class/Method/Modifiers.pm:152]
StatementsExecuted 6 statements in 18µs
Eval Invoked At/usr/share/perl5/Class/Method/Modifiers.pm line 152
Sibling evals1, 2, 3, 4
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21129µs169µsSearch::Elasticsearch::Cxn::HTTPTiny::::handleSearch::Elasticsearch::Cxn::HTTPTiny::handle
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Search::Elasticsearch::Cxn::HTTPTiny;
2
# spent 169µs (29+140) within Search::Elasticsearch::Cxn::HTTPTiny::handle which was called 2 times, avg 85µs/call: # 2 times (29µs+140µs) by Search::Elasticsearch::Cxn::HTTPTiny::perform_request at line 31 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Cxn/HTTPTiny.pm, avg 85µs/call
sub handle {
323µs for my $method (@$before) {
426µs220µs $method->(@_);
5 }
6210µs26µs $$wrapped->(@_);}
# spent 6µs making 2 calls to Search::Elasticsearch::Role::Cxn::HTTP::handle, avg 3µs/call
7;